Platform Explorer / Nuxeo Platform 6.0

Operation Document.PullList (Pull Document List)

Description

Restore the first saved input document list in the context input stack
Operation id Document.PullList
Category Push & Pop
Label Pull Document List
Requires
Since

Parameters

No parameters.

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PullDocumentList
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.PullList",
  "label" : "Pull Document List",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Restore the first saved input document list in the context input stack",
  "url" : "Document.PullList",
  "signature" : [ "void", "documents" ],
  "params" : [ ]
}